home *** CD-ROM | disk | FTP | other *** search
- -- background: 2667 from stack: in
- -- bmap block id: 3576
- -- flags: 0000
- -- background id: 0
- -- name: Reminder
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=229 top=21 right=44 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- -- confines cycling to this background only
- go to next card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=201 top=21 right=44 bottom=229
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=259 top=19 right=47 bottom=296
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: To To Do
- ----- HyperTalk script -----
- on mouseUp
- go stack Ron's TO DO Stack
- go to first card
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=471 top=17 right=50 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 30696 / 30696
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Dial
- ----- HyperTalk script -----
- on mouseUp
- get the selection
- if it is empty then ask "Dial what number?"
- if it is not empty then
- push this card
- visual effect zoom open
- go to stack "Phone"
- dial it
- pop card
- end if
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=421 top=16 right=51 bottom=460
- -- title width / last selected line: 0
- -- icon id / first selected line: 17481 / 17481
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: To Address
- ----- HyperTalk script -----
- on mouseUp
- get the selection
- push card
- visual effect zoom open
- go to stack "Address"
- if it is not empty then find it
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=455 top=312 right=342 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 200 "g6e e"
- answer "What'll it be?" with "Go Home" or "Quit" or "Cancel"
- if it = "go home" then
- go to card "good bye"
- go home
- end if
- if it = "quit" then
- domenu "quit hypercard"
- go to card "good bye"
- end if
- end mouseUp
-
-
-